home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 13A (1987-01-14)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 13A (1987-01-14)(Pacific North-West Amigas Club)[WB].adf / Questions&Answers < prev    next >
Text File  |  1987-01-13  |  7KB  |  189 lines

  1. AMIGA QUESTIONS & ANSWERS FOR THE BEGINER
  2.  
  3. Everyone has questions when they start something new.  Most beginners have
  4. the same, or at least similar questions.  Unfortunately, most manuals are
  5. organized in very formal ways that often overlook obvious concerns.  We want
  6. to remedy this problem for new AMIGA users.  Keep a log of questions and
  7. problems and turn them at every PANORAMA meeting.  Or send the questions or
  8. answers to Carl Chaplin #61 on Mindlink's.  We will obtain the answers from
  9. our "gurus" and assemble them in a format that will supplement other sources
  10. of information.
  11.  
  12. -Prefix your questions with one of the following catagories:
  13.    SOFTWARE; HARDWARE; CLI; UTILITIES; AMIGA BASIC; COMMUNICATIONS;
  14.    GRAPHICS; MUSIC; WORD PROCESSING; SPREEDSHEETS; MISCELANEOUS;
  15.  
  16.  
  17. My first question is for CLI:
  18.  
  19.    I'm typing up this file in ED.  When the text is typed it is only one
  20.    screen wide. However, if I insert an addition the text for that line
  21.    scrolls to the right and off the screen.  Also when I DOWNLOADED part of
  22.    this file it was wider than the sceen.  How do I keep the text only one
  23.    screen wide?
  24.  
  25.    Carl Chaplin  1695 W. 7th, Vancouver  736-1399
  26.  
  27.  
  28.  
  29. CLI QUESTIONS
  30.  
  31. How do I enable and save the CLI so that your workbench boots to a CLI promt
  32. and NOT to the Workbench icons?
  33.  
  34.   On a new Workbench disk, the CLI is not enabled. In order to make it
  35.   visible, double click on the Preferences icon and when the Preferences
  36.   screen appears, click on the box that indicates CLI On. This may be found
  37.   in the lower left part of the Preferences screen. Now, click on the box in
  38.   the lower right that says SAVE to save the current Preferences settings.
  39.   The preferences screen will disappear, and you will find the CLI icon by
  40.   double clicking on the System drawer. Double click the CLI icon, and you
  41.   are in business.  If you want a disk to come up in the CLI environment
  42.   rather than WorkBench, you will need to modify a file called "startup-
  43.   sequence" that will be found in the "s" directory of your WorkBench disk.
  44.   Use ED to do it, calling it by typing (in a CLI)...
  45.  
  46.   ED S:startup-sequence
  47.  
  48.   The last two lines of this file should be deleted. They are the ones that
  49.   say "LoadWB" and "ENDCLI >NIL:". from then on, your disk will boot to a CLI.
  50.   If you don't want this permamnently set, you can type a CTRL D (Hold the
  51.   CTRL key down and strike the D key) as soon as you see the first blue
  52.   screen - with text on it.  This action will stop the processing of a script
  53.   file, and the LoadWB command will never be executed.
  54.  
  55.   Larry Phillips
  56.  
  57.  
  58. RAMDISK (RAM: device) How do I create this and what good is it?
  59.  
  60.   The RAM: device is created any time the device name is used for the first
  61.   time after a reset. In other words, the commands...
  62.     CD RAM:  or
  63.     DIR RAM:
  64.   will both create a RAMDISK.
  65.   The usefullness of it is that it serves as another logical disk device,
  66.   able to store files in the same way that any disk does. It may be used for
  67.   keeping  commands in memory for quick access without having to keep putting
  68.   the disk in the drive.
  69.  
  70.   Larry Phillips
  71.  
  72.  
  73.  
  74. When using the TYPE command on a file, I get strange characters.
  75. What causes this, how do I stop it and how do I get normal characters back?
  76.  
  77.   If you get strange characters it means that the file you wanted
  78.   to type contains binary information, this switches the Amiga to
  79.   the alternate character set.  To stop it just hit the control key
  80.   and the letter "C" key simultaneously.  This will stop the
  81.   printout.  If you are using Dos 1.2 it will automatically switch
  82.   back to the normal character set.  If you are in 1.1 and if you
  83.   hit the control key and the letter "N" key simultaneously it will
  84.   switch you back to normal characters.  If you want to switch to
  85.   the alternate character set intentionally just hit the control
  86.   key and the letter "O" key and it will switch you to the weird
  87.   set.
  88.  
  89.   Tom Gowdyk
  90.  
  91.  
  92.   The order of those two keys are CTRL O for going to normal mode and CTRL N
  93.   for the funny ones... The way I remember it is that when I need to go back
  94.   to normal I usually hit CTRL N... this stands for
  95.     "(N)o, that's not it!"
  96.   I then try CTRL O and It's back to normal. It stands for...
  97.     "(O)h, there it is!"
  98.     <grin>
  99.  
  100.    Larry Phillips
  101.  
  102. What does "NOT AN OBJECT MODULE" mean?
  103.  
  104.   It means it is not a loadable program file or it's been corrupted and it's
  105.   discription does not match its contents in some way?
  106.  
  107. If "NOT AN OBJECT MODULE" is not a loadable program of what use is it?   Or
  108. if its been corrupted, was it something I did or do they come that way?
  109.  
  110. HARDWARE QUESTIONS
  111.  
  112. What can be done with disks that have "CHECK SUM ERROR", and won't format?
  113.  
  114.   The best solution I have found for this problem is to take a bulk
  115.   eraser, available quite reasonably from Radio Shack.  Activate
  116.   the eraser and pass the magenetic field over both sides of the
  117.   disks several times.  Then take the disk, put it in your drive
  118.   and use the format command:
  119.     Format Drive DF#: name "diskname"
  120.   Your disk should now format properly.  If this does not work I
  121.   would say you have a defective disk and should return it to
  122.   wherever you bought it and ask for a refund.
  123.  
  124.   Tom Gowdyk
  125.  
  126. UNANSWERED HARDWARE QUESTIONS
  127.  
  128. How to best set up a single drive system?
  129.  
  130.  
  131. C-PROGRAMMING QUESTIONS
  132.  
  133. How do you get the system date to your program?
  134.  
  135.    Easiest way is thru the DOS function DateStamp().  The following
  136.    function will do the job:
  137.      void GetDate()
  138.      {
  139.      struct DateStamp dsp;
  140.      LONG day, month, year, temp;
  141.  
  142.      DateStamp(&dsp);
  143.      day = dsp->ds_Days;
  144.      if (day < 0) {                /* will be 0 around year 2045! */
  145.           puts("Bad date!");
  146.           return;
  147.      }
  148.      for (year = 78; (temp = 365 + (((year & 3) == 0) ? 1:0)) <= day; ) {
  149.           year++;
  150.           date -= temp;
  151.      }
  152.      for (month = 0; day >= days_per_month[month]; month++) {
  153.           day -= days_per_month[month];
  154.           if ((month == 1) && ((year & 3) == )) {
  155.                day--;     /* leap year */
  156.                if (day < 0) {
  157.                     day = 28;
  158.                     break;
  159.                }
  160.           }
  161.      }
  162.      printf{"%2ld-%3s-%02ld", day + 1, months[month], year);
  163.      }
  164.  
  165.  
  166.      And you will need the following arrays:
  167.  
  168.      UBYTE *months[12] = {   /* or just char *    */
  169.      "Jan", "Feb", "Mar", "Apr", "May", "Jun",
  170.      "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
  171.      };
  172.      UBYTE days_per_month = {
  173.      31, 28, 31, 30, 31, 30,
  174.      31, 31, 30, 31, 30, 31
  175.      };
  176.  
  177.      Sorry...  the last line of the function, printf(something) will
  178.      display the date in the form dd-mmm-yy, where dd and yy are numeric and
  179.      mmm is character.   'Nuff said.
  180.  
  181.      Anson Mah
  182.  
  183.  
  184. UTILITIES
  185.  
  186. How to best clean-up "junky" disks?
  187.  
  188. Please define "junky" disks further.
  189.